home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-1.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  221 b   |  12 lines

  1. on mouseUp
  2.   global bVideoOn, nVolum
  3.   set the soundLevel to nVolum
  4.   cursor(-1)
  5.   if bVideoOn then
  6.     set the movieRate of sprite 2 to 1
  7.     set the visible of sprite 2 to 1
  8.   end if
  9.   set bVideoOn to 1
  10.   play done
  11. end
  12.